home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / diag / duse401.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1994-01-01  |  235b  |  11 lines

  1. @echo off
  2. echo This batch file will print the documentation to your printer.
  3. echo .
  4. echo Press return now, or CTRL-BREAK to abort.
  5. pause
  6. PRINT SHAREWRE.DOC
  7. PRINT README.DOC
  8. PRINT ORDER.DOC
  9. PRINT HISTORY.DOC
  10. PRINT DISKUSE.DOC
  11.